home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / cr.dir / 00001_Entry-Exit.ls next >
Encoding:
Text File  |  1996-04-18  |  175 b   |  14 lines

  1. on startMovie
  2.   set the text of cast "Secret Label" to EMPTY
  3.   set the exitLock to 1
  4. end
  5.  
  6. on cleanUp
  7. end
  8.  
  9. on keyDown
  10.   if the keyCode = 122 then
  11.     LaunchHelp()
  12.   end if
  13. end
  14.